Skip to content

WIP - MTA: Build asciidoc previews #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

anarnold97
Copy link
Collaborator

DONE

  • adding workflow to build docs from AsciiDoc: checkout code, use the asciidoctor-action to build the docs directory, and then write a CNAME file so it’s got a friendly URL

TO DO

  • add a makefile: use a makefile, so we can just use the make command to make our docs.

Signed-off-by: A.Arnold <[email protected]>
…ether they can be built or not"

This reverts commit 2c90f35.
id: adocbuild
uses: tonynv/asciidoctor-action@master
with:
program: "asciidoctor -D docs -a stylesheet=style.css --backend=html5 -o index.html README.adoc && echo 'docs.upsilonproject.io' > docs/CNAME"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
program: "asciidoctor -D docs -a stylesheet=style.css --backend=html5 -o index.html README.adoc && echo 'docs.upsilonproject.io' > docs/CNAME"
program: "asciidoctor -D docs -a stylesheet=style.css --backend=html5 -o index.html README.adoc && echo 'mta-documentation.io' > docs/CNAME"

Signed-off-by: A.Arnold <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant